home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / PINBALL.IN_ / pinball.inf
Windows Setup INFormation  |  1996-07-21  |  4KB  |  166 lines

  1. ; Copyright (c) 1993-1996 Microsoft Corporation
  2. ;
  3. ; Pinball
  4. ;
  5. ; 1/11/96 Davepl Created
  6. ; 2/11/96 Stevowen Modified
  7.  
  8. [version]
  9. signature="$Windows NT$"
  10. ClassGUID={00000000-0000-0000-0000-000000000000}
  11. LayoutFile=layout.inf
  12.  
  13. ;Destination Directories for CopyFiles Sections
  14.  
  15. [DestinationDirs]
  16. BaseCopyProgramFiles            = 24,%INSTALL_DIR%
  17. PinballDeleteFiles              = 24,%INSTALL_DIR%
  18. PinballCopyFilesHelp            = 18 ;LDID_HELP
  19.  
  20. [BaseWinOptions]
  21. BaseSection
  22.  
  23. [Optional Components]
  24. Pinball
  25.  
  26. [BaseSection]
  27. AddReg                  = BaseAddReg
  28.  
  29. [Pinball]
  30. OptionDesc              = %PINBALL_Desc%
  31. Tip                     = %PINBALL_TIP%
  32. IconIndex               = 64            ;Windows mini-icon for dialogs
  33. Parent                  = Games
  34. InstallType             = 0             ;Manual only.
  35. CopyFiles               = BaseCopyProgramFiles, PinballCopyFilesHelp
  36. AddReg                  = PINBALL.AddReg
  37. UpdateInis              = PINBALL.Inis
  38. Uninstall               = PINBALL.Remove
  39. Upgrade                 = PINBALL.Upgrade
  40. Detect                  = %24%\%INSTALL_DIR%\pinball.exe
  41.  
  42. [PINBALL.Remove]
  43. AddReg                  = PINBALL.DelReg
  44. DelReg                  = PINBALL.DelPath
  45. DelFiles                = BaseCopyProgramFiles, PinballCopyFilesHelp, PinballDeleteFiles
  46. UpdateInis              = PINBALL.Rem.Inis
  47. Reboot=0
  48.  
  49. [PINBALL.Upgrade]
  50. CopyFiles               = BaseCopyProgramFiles, PinballCopyFilesHelp
  51. DelFiles                = PinballDeleteFiles
  52. AddReg                  = PINBALL.AddReg
  53.  
  54. [PINBALL.Inis]
  55. setup.ini, progman.groups,, "group15=%GAMES_DESC%"         ;creates folder
  56. setup.ini, group15,, """%PINBALL_Desc%"",""""""%24%\%INSTALL_DIR%\pinball.exe"""""",,,,""%24%\%INSTALL_DIR%"""
  57.  
  58. [PINBALL.Rem.Inis]
  59. setup.ini, progman.groups,, "group15=%GAMES_DESC%"                        ;folder
  60. setup.ini, group15,, """%PINBALL_Desc%"""                                 ;deletes link
  61.  
  62. [PINBALL.AddReg]
  63. HKLM,%KEY_OPTIONAL%\Pinball,Installed,,"1"
  64. HKLM,"%KEY_APP_PATH%\pinball.exe",,,"%24%\%INSTALL_DIR%\pinball.exe"
  65. HKLM,"%KEY_APP_PATH%\pinball.exe",Path,,"%24%\%INSTALL_DIR%"
  66.  
  67. [PINBALL.DelPath]
  68. HKLM,"%KEY_APP_PATH%\pinball.exe"
  69.  
  70. [PINBALL.DelReg]
  71. HKLM,%KEY_OPTIONAL%\Pinball,Installed,,"0"
  72.  
  73. [BaseAddReg]
  74. ;Create entries for Maint Mode Setup, set all initially to uninstalled:
  75. HKLM,%KEY_OPTIONAL%,"Pinball",,"Pinball"
  76. HKLM,%KEY_OPTIONAL%\Pinball,INF,,"pinball.inf"
  77. HKLM,%KEY_OPTIONAL%\Pinball,Section,,"Pinball"
  78. HKLM,%KEY_OPTIONAL%\Pinball,Installed,,"0"
  79.  
  80. [BaseCopyProgramFiles]
  81. FONT.DAT
  82. PINBALL.DAT
  83. PINBALL.EXE
  84. PINBALL.MID
  85. PINBALL2.MID
  86. SOUND1.WAV
  87. SOUND104.WAV
  88. SOUND105.WAV
  89. SOUND108.WAV
  90. SOUND111.WAV
  91. SOUND112.WAV
  92. SOUND12.WAV
  93. SOUND13.WAV
  94. SOUND131.WAV
  95. SOUND136.WAV
  96. SOUND14.WAV
  97. SOUND16.WAV
  98. SOUND17.WAV
  99. SOUND18.WAV
  100. SOUND181.WAV
  101. SOUND19.WAV
  102. SOUND20.WAV
  103. SOUND21.WAV
  104. SOUND22.WAV
  105. SOUND24.WAV
  106. SOUND240.WAV
  107. SOUND243.WAV
  108. SOUND25.WAV
  109. SOUND26.WAV
  110. SOUND27.WAV
  111. SOUND28.WAV
  112. SOUND29.WAV
  113. SOUND3.WAV
  114. SOUND30.WAV
  115. SOUND34.WAV
  116. SOUND35.WAV
  117. SOUND36.WAV
  118. SOUND38.WAV
  119. SOUND39.WAV
  120. SOUND4.WAV
  121. SOUND42.WAV
  122. SOUND43.WAV
  123. SOUND45.WAV
  124. SOUND49.WAV
  125. SOUND49D.WAV
  126. SOUND5.WAV
  127. SOUND50.WAV
  128. SOUND528.WAV
  129. SOUND53.WAV
  130. SOUND54.WAV
  131. SOUND55.WAV
  132. SOUND560.WAV
  133. SOUND563.WAV
  134. SOUND57.WAV
  135. SOUND58.WAV
  136. SOUND6.WAV
  137. SOUND65.WAV
  138. SOUND68.WAV
  139. SOUND7.WAV
  140. SOUND713.WAV
  141. SOUND735.WAV
  142. SOUND8.WAV
  143. SOUND827.WAV
  144. SOUND9.WAV
  145. SOUND999.WAV
  146. table.bmp
  147. wavemix.inf
  148.  
  149. [PinballDeleteFiles]
  150. pinball.cnt
  151. pinball.hlp
  152. pinball.inf
  153.  
  154.  
  155. [PinballCopyFilesHelp]
  156. pinball.cnt
  157. pinball.hlp
  158.  
  159. [Strings]
  160. KEY_APP_PATH    = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths"
  161. KEY_OPTIONAL    = "SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\OptionalComponents"
  162. GAMES_DESC      = "Accessories\Games"
  163. PINBALL_Desc    = "Pinball"
  164. PINBALL_TIP     = "3-D arcade pinball game"
  165. INSTALL_DIR     = "Program Files\Windows NT\Pinball"
  166.